home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / c / aga_test.readme < prev    next >
Text File  |  1992-11-20  |  2KB  |  39 lines

  1. Short: Example code that takes advantage of AGA HAM8 mode
  2. Type: os30
  3.  
  4. Here are two little programs that show all 2^24 colors on an
  5. AGA HAM8 screen without ever changing the 64 base color registers.
  6.  
  7. gtest was the first attempt (people should not run gtest unless they first
  8. study the code to see how to exit :-).  gtest2 is the program that should
  9. interest most users.  Full source code is included with both programs.
  10.  
  11. There is also an example use of the display database in gtest2.
  12. Hopefully this example will stir commercial developers to support
  13. the display database in their programs.
  14.  
  15. This code, except the ListRequest () routine, is PD.  Donated to
  16. the public domain by the author, Loren J. Rittle <rittle@comm.mot.com>.
  17. Have fun with it, but please don't claim this work as your own.  As it
  18. is PD, please feel free to take any pieces to your own projects.
  19.  
  20. ListRequest() originally by Willy Langeveld, October 1991.
  21. Changes for this project by myself.
  22. Willy gave me permission to include this code with another
  23. package.  As it is quite useful, I have included it here in
  24. another form.  Thanks Willy!
  25.  
  26. Thanks to Chris Green (of Commodore) for:
  27. LoadRGB32 (struct ViewPort *, unsigned long *table);
  28. #pragma libcall GfxBase LoadRGB32 372 9802
  29.  
  30. Let's hope that more entry points are revealed on UseNet to tide us
  31. over until the real includes are available...
  32. For example, I'd like the pragma info on the system calls that allow
  33. me to do double bufferred animation under the OS... :-)
  34.  
  35. Enjoy!
  36.  
  37. Loren J. Rittle <rittle@comm.mot.com>
  38. Fri Nov 20 00:34:04 1992
  39.